Word Processing Tools Version 1.61 (dated 6/15/1996)

Native Delphi Components including:

1. WPRichText allows you to edit formatted text of almost any length.
You can choose to reduce the text attributes in the saved version,
thus allowing you to process re-formatted texts larger than 2
megabytes. + Interface to spell check components.

PROPERTY EDITOR: When designing your program you can input text
which contains various formats.  WPRichText supports alignment,
paragraph spacing, borders, font selection, colors, etc...

PRINTING ON CANVAS: You have only to pass the Canvas and the
rectangle for output. Zooming is supportet, too.

MAIL MERGE: It is easy to add fast mailmerge to the project.
You have only to put some 'InsertPoints' into the RTF-Text
and you can now fill in the data in an eventhandler. It is now
problem to merge 1000 Database Records within 5 to 10 seconds.
It is possible to merge Memo fields, because Carriage Returns are
translated into NewLines.

TABLES: Tables are now supportet. A Cell can contain a paragraph
with 1 to 50 lines.

FAST TEXT ADDING: WPRichText now provides procedures to add text
very quickly.

2. With TDBWPRichText you can store texts >32KB in your database.

3. WPRichTextLabel is a component which displays formatted text
which cannot be scrolled or edited.  Instead the text can be made
transparent.  Thus WPRichTextLabel is a efficient and powerful
tool to create impressive presentations.

4. TWPRtfStorage is a Component to store formatted Text
(usually during designing) and assign it to any visual RTF
component, if desired.

5. TWPToolBar serves to control one or more TWPRichText or
DBWPRichText components.  For this purpose the toolbar makes
pre-defined SpeedButtons and Listboxes available.

6. A ruler and a status bar including a gauge.

7. some dialogs to set pagesize, borders, indenting ...

-> native Delphi! You may access the text data, change the
behavior, develop reader/writer for any format ...

NOW: Compatible to Delphi 32 Bit! Optimized in Speed!


